[INFO] fetching crate hclog 0.1.0...
[INFO] fixing hclog-0.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate hclog 0.1.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate hclog 0.1.0
[INFO] finished tweaking crates.io crate hclog 0.1.0
[INFO] tweaked toml for crates.io crate hclog 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate hclog 0.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate hclog 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] dbe4edeb25c997ad76661f76e7a8679c27ebde0e5c8b2e5252a57b66b1bb7552
[INFO] running `Command { std: "docker" "start" "dbe4edeb25c997ad76661f76e7a8679c27ebde0e5c8b2e5252a57b66b1bb7552", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dbe4edeb25c997ad76661f76e7a8679c27ebde0e5c8b2e5252a57b66b1bb7552" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dbe4edeb25c997ad76661f76e7a8679c27ebde0e5c8b2e5252a57b66b1bb7552", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dbe4edeb25c997ad76661f76e7a8679c27ebde0e5c8b2e5252a57b66b1bb7552" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.16
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking chrono v0.4.39
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling strum_macros v0.25.3
[INFO] [stderr]    Compiling hclog_macros v0.1.0
[INFO] [stderr]    Compiling serial_test_derive v0.5.1
[INFO] [stderr]     Checking serial_test v0.5.1
[INFO] [stderr]     Checking hclog v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/macros.rs:27:13
[INFO] [stdout]    |
[INFO] [stdout] 27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout] 89 |             $crate::log(
[INFO] [stdout]    |             ----------- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/context.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 |         lD1!(Internal, "new_scoped: {} with key: {}", modname, key);
[INFO] [stdout]    |         ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `lD1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/macros.rs:27:13
[INFO] [stdout]    |
[INFO] [stdout] 27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout] 89 |             $crate::log(
[INFO] [stdout]    |             ----------- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/compat.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |     lD1!(Internal, "initializing crate log compatibility support");
[INFO] [stdout]    |     -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `lD1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/facades.rs (1 fix)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/macros.rs:27:13
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api.rs:612:17
[INFO] [stdout]     |
[INFO] [stdout] 612 |                 lE!(Internal, "Module {} not initialized", k);
[INFO] [stdout]     |                 --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `lE` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/options.rs (7 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/macros.rs:27:13
[INFO] [stdout]    |
[INFO] [stdout] 27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout] 89 |             $crate::log(
[INFO] [stdout]    |             ----------- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/context.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 |         lD1!(Internal, "new_scoped: {} with key: {}", modname, key);
[INFO] [stdout]    |         ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]    = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `lD1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/macros.rs:27:13
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 366 |         hclog!(Emerg, LIBTESTFOO, "foo");
[INFO] [stdout]     |         -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `hclog` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/macros.rs:27:13
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 367 |         hclog!(Emerg, LIBTESTFOO, "Foo {} {:?}", 42, Debug10);
[INFO] [stdout]     |         ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `hclog` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/macros.rs:27:13
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 368 |         hclog!(Debug1, LIBTESTFOO, "foo_{} baz {:?}", "bar", (42u32, -1));
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `hclog` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/macros.rs:27:13
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 369 |         hclog!(Debug3, LIBTESTFOO, "ensure $path works");
[INFO] [stdout]     |         ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `hclog` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/macros.rs:27:13
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 375 |         lEM!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `lEM` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/macros.rs:27:13
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 376 |         lA!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `lA` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/macros.rs:27:13
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 377 |         lC!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `lC` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/macros.rs:27:13
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 378 |         lE!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `lE` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/macros.rs:27:13
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 379 |         lW!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `lW` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/macros.rs:27:13
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 380 |         lN!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `lN` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/macros.rs:27:13
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 381 |         lI!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `lI` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/macros.rs:27:13
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 382 |         lD1!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `lD1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/macros.rs:27:13
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 383 |         lD2!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `lD2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/macros.rs:27:13
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 384 |         lD3!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `lD3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/macros.rs:27:13
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 385 |         lD4!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `lD4` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/macros.rs:27:13
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 386 |         lD5!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `lD5` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/macros.rs:27:13
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 387 |         lD6!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `lD6` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/macros.rs:27:13
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 388 |         lD7!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `lD7` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/macros.rs:27:13
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 389 |         lD8!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `lD8` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/macros.rs:27:13
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 390 |         lD9!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `lD9` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.47s
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/macros.rs:27:13
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 391 |         lD10!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `lD10` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/macros.rs:27:13
[INFO] [stdout]    |
[INFO] [stdout] 27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout] 89 |             $crate::log(
[INFO] [stdout]    |             ----------- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/compat.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |     lD1!(Internal, "initializing crate log compatibility support");
[INFO] [stdout]    |     -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `lD1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/macros.rs:27:13
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api.rs:612:17
[INFO] [stdout]     |
[INFO] [stdout] 612 |                 lE!(Internal, "Module {} not initialized", k);
[INFO] [stdout]     |                 --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `$crate::fn_path` which comes from the expansion of the macro `lE` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] crater-edition-check: hclog v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking hclog v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/facades.rs:99:16
[INFO] [stdout]    |
[INFO] [stdout] 99 |     Global(Arc<(dyn 'static + LogFacade + Send + Sync)>),
[INFO] [stdout]    |                ^                                     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 99 -     Global(Arc<(dyn 'static + LogFacade + Send + Sync)>),
[INFO] [stdout] 99 +     Global(Arc<dyn 'static + LogFacade + Send + Sync >),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/facades.rs:100:15
[INFO] [stdout]     |
[INFO] [stdout] 100 |     Local(Arc<(dyn LogFacade + Send + Sync)>),
[INFO] [stdout]     |               ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 100 -     Local(Arc<(dyn LogFacade + Send + Sync)>),
[INFO] [stdout] 100 +     Local(Arc<dyn LogFacade + Send + Sync >),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `lD1`
[INFO] [stdout]   --> src/compat.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 |     Scope, lD1, Result,
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/macros.rs:27:14
[INFO] [stdout]    |
[INFO] [stdout] 27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |              |                                                        |
[INFO] [stdout]    |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]    |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 89 |             $crate::log(
[INFO] [stdout]    |             ----------- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/context.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 |         lD1!(Internal, "new_scoped: {} with key: {}", modname, key);
[INFO] [stdout]    |         ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `format` which comes from the expansion of the macro `lD1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/facades.rs:99:16
[INFO] [stdout]    |
[INFO] [stdout] 99 |     Global(Arc<(dyn 'static + LogFacade + Send + Sync)>),
[INFO] [stdout]    |                ^                                     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 99 -     Global(Arc<(dyn 'static + LogFacade + Send + Sync)>),
[INFO] [stdout] 99 +     Global(Arc<dyn 'static + LogFacade + Send + Sync >),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/facades.rs:100:15
[INFO] [stdout]     |
[INFO] [stdout] 100 |     Local(Arc<(dyn LogFacade + Send + Sync)>),
[INFO] [stdout]     |               ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 100 -     Local(Arc<(dyn LogFacade + Send + Sync)>),
[INFO] [stdout] 100 +     Local(Arc<dyn LogFacade + Send + Sync >),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `lD1`
[INFO] [stdout]   --> src/compat.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 |     Scope, lD1, Result,
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/macros.rs:27:14
[INFO] [stdout]    |
[INFO] [stdout] 27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |              |                                                        |
[INFO] [stdout]    |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]    |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 89 |             $crate::log(
[INFO] [stdout]    |             ----------- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/context.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 |         lD1!(Internal, "new_scoped: {} with key: {}", modname, key);
[INFO] [stdout]    |         ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `format` which comes from the expansion of the macro `lD1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/macros.rs:27:14
[INFO] [stdout]    |
[INFO] [stdout] 27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |              |                                                        |
[INFO] [stdout]    |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]    |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 89 |             $crate::log(
[INFO] [stdout]    |             ----------- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/compat.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |     lD1!(Internal, "initializing crate log compatibility support");
[INFO] [stdout]    |     -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `format` which comes from the expansion of the macro `lD1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/macros.rs:27:14
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |              |                                                        |
[INFO] [stdout]     |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]     |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api.rs:612:17
[INFO] [stdout]     |
[INFO] [stdout] 612 |                 lE!(Internal, "Module {} not initialized", k);
[INFO] [stdout]     |                 --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `lE` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hclog` (lib) due to 3 previous errors; 3 warnings emitted
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/macros.rs:27:14
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |              |                                                        |
[INFO] [stdout]     |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]     |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 366 |         hclog!(Emerg, LIBTESTFOO, "foo");
[INFO] [stdout]     |         -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `hclog` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/macros.rs:27:14
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |              |                                                        |
[INFO] [stdout]     |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]     |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 367 |         hclog!(Emerg, LIBTESTFOO, "Foo {} {:?}", 42, Debug10);
[INFO] [stdout]     |         ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `hclog` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/macros.rs:27:14
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |              |                                                        |
[INFO] [stdout]     |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]     |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 368 |         hclog!(Debug1, LIBTESTFOO, "foo_{} baz {:?}", "bar", (42u32, -1));
[INFO] [stdout]     |         ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `hclog` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/macros.rs:27:14
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |              |                                                        |
[INFO] [stdout]     |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]     |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 369 |         hclog!(Debug3, LIBTESTFOO, "ensure $path works");
[INFO] [stdout]     |         ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `hclog` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/macros.rs:27:14
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |              |                                                        |
[INFO] [stdout]     |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]     |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 375 |         lEM!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `lEM` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/macros.rs:27:14
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |              |                                                        |
[INFO] [stdout]     |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]     |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 376 |         lA!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `lA` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/macros.rs:27:14
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |              |                                                        |
[INFO] [stdout]     |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]     |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 377 |         lC!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `lC` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/macros.rs:27:14
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |              |                                                        |
[INFO] [stdout]     |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]     |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 378 |         lE!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `lE` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/macros.rs:27:14
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |              |                                                        |
[INFO] [stdout]     |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]     |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 379 |         lW!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `lW` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/macros.rs:27:14
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |              |                                                        |
[INFO] [stdout]     |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]     |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 380 |         lN!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `lN` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/macros.rs:27:14
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |              |                                                        |
[INFO] [stdout]     |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]     |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 381 |         lI!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `lI` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/macros.rs:27:14
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |              |                                                        |
[INFO] [stdout]     |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]     |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 382 |         lD1!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `lD1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/macros.rs:27:14
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |              |                                                        |
[INFO] [stdout]     |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]     |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 383 |         lD2!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `lD2` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/macros.rs:27:14
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |              |                                                        |
[INFO] [stdout]     |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]     |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 384 |         lD3!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `lD3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/macros.rs:27:14
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |              |                                                        |
[INFO] [stdout]     |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]     |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 385 |         lD4!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `lD4` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/macros.rs:27:14
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |              |                                                        |
[INFO] [stdout]     |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]     |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 386 |         lD5!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `lD5` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/macros.rs:27:14
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |              |                                                        |
[INFO] [stdout]     |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]     |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 387 |         lD6!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `lD6` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/macros.rs:27:14
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |              |                                                        |
[INFO] [stdout]     |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]     |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 388 |         lD7!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `lD7` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/macros.rs:27:14
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |              |                                                        |
[INFO] [stdout]     |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]     |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 389 |         lD8!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `lD8` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/macros.rs:27:14
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |              |                                                        |
[INFO] [stdout]     |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]     |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 390 |         lD9!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `lD9` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/macros.rs:27:14
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |              |                                                        |
[INFO] [stdout]     |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]     |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout] ...
[INFO] [stdout] 391 |         lD10!(LIBTESTFOO, "Foo");
[INFO] [stdout]     |         ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `lD10` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/macros.rs:27:14
[INFO] [stdout]    |
[INFO] [stdout] 27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |              |                                                        |
[INFO] [stdout]    |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]    |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout] 89 |             $crate::log(
[INFO] [stdout]    |             ----------- borrow later used by call
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/compat.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |     lD1!(Internal, "initializing crate log compatibility support");
[INFO] [stdout]    |     -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]    = note: this error originates in the macro `format` which comes from the expansion of the macro `lD1` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/macros.rs:27:14
[INFO] [stdout]     |
[INFO] [stdout]  27 |     () => {{&format!("{}::{}", std::module_path!(), $crate::fn_name!())}}
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |              |                                                        |
[INFO] [stdout]     |              |                                                        temporary value is freed at the end of this statement
[INFO] [stdout]     |              creates a temporary value which is freed while still in use
[INFO] [stdout] ...
[INFO] [stdout]  89 |             $crate::log(
[INFO] [stdout]     |             ----------- borrow later used by call
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/api.rs:612:17
[INFO] [stdout]     |
[INFO] [stdout] 612 |                 lE!(Internal, "Module {} not initialized", k);
[INFO] [stdout]     |                 --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout]     = note: this error originates in the macro `format` which comes from the expansion of the macro `lE` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hclog` (lib test) due to 24 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "dbe4edeb25c997ad76661f76e7a8679c27ebde0e5c8b2e5252a57b66b1bb7552", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dbe4edeb25c997ad76661f76e7a8679c27ebde0e5c8b2e5252a57b66b1bb7552", kill_on_drop: false }`
[INFO] [stdout] dbe4edeb25c997ad76661f76e7a8679c27ebde0e5c8b2e5252a57b66b1bb7552
